home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / os2 / adaptor.zip / ADAPT.ZIP / adaptor / src / include / protocol.h < prev    next >
C/C++ Source or Header  |  1994-01-03  |  2KB  |  49 lines

  1. /*************************************************************************
  2. *                                                                        *
  3. *  Name : protocol.h                                                     *
  4. *                                                                        *
  5. *  Purpose : Reporting on errors and warnings for translation            *
  6. *                                                                        *
  7. *  Author : Dr. Thomas Brandes, GMD, I1.HR                               *
  8. *                                                                        *
  9. *  Date   : Jul 1992                                                     *
  10. *                                                                        *
  11. *************************************************************************/
  12.  
  13. # include "Tree.h"
  14. # include "Definiti.h"
  15.  
  16. extern void open_protocol ARGS((char name[]));
  17.  
  18. extern void close_protocol ARGS(());
  19.  
  20. extern int protocol_errors ARGS(());
  21.  
  22. extern void set_protocol_unit ARGS((tTree t));
  23.  
  24. extern void set_protocol_stmt ARGS((tTree t));
  25.  
  26. extern void print_protocol ARGS((char s[]));
  27.  
  28. extern void tree_protocol ARGS((char s[], tTree t));
  29.  
  30. extern void obj_protocol ARGS((char s[], tObject o));
  31.  
  32. extern void simple_error_protocol ARGS((char s[]));
  33.  
  34. extern void simple_warning_protocol ARGS((char s[]));
  35.  
  36. extern void tree_error_protocol ARGS((char s[], tTree t));
  37.  
  38. extern void obj_error_protocol ARGS((char s[], tObject o));
  39.  
  40. extern void tree_warning_protocol ARGS((char s[], tTree t));
  41.  
  42. extern void error_protocol ARGS((char message[]));
  43.  
  44. extern void stmt_protocol ARGS((char message[]));
  45.  
  46. extern void kill_in_protocol ARGS(());
  47.  
  48. extern void failure_protocol ARGS((char module[], char proc[], tTree t));
  49.